DisclosableObject

A disclosable object which contains disclosable claims.

Parameters

content

the content of the object. Each of its claims could be always or selectively disclosable

minimumDigests

This is an optional hint; that expresses the minimum number of digests at the immediate level of this DisclosableObject, that the SdJwtFactory will try to satisfy. SdJwtFactory will add decoy digests if the number of actual DisclosureDigest is less than the hint

Constructors

Link copied to clipboard
constructor(content: Map<String, DisclosableElement>, minimumDigests: MinimumDigests?)

Properties

Link copied to clipboard
Link copied to clipboard
open override val keys: Set<String>
Link copied to clipboard
Link copied to clipboard
open override val size: Int
Link copied to clipboard

Functions

Link copied to clipboard
open override fun containsKey(key: String): Boolean
Link copied to clipboard
open override fun containsValue(value: DisclosableElement): Boolean
Link copied to clipboard
Link copied to clipboard
open operator override fun get(key: String): DisclosableElement?
Link copied to clipboard
Link copied to clipboard
open override fun isEmpty(): Boolean